Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues #107 and #108 #109

Closed
wants to merge 4 commits into from
Closed

Fix issues #107 and #108 #109

wants to merge 4 commits into from

Conversation

molinav
Copy link

@molinav molinav commented Apr 19, 2020

This pull request fixes the following issues:

  1. Issue Setup dependencies are not consistent #107: the setup file is modified to ensure that the versions of the dependencies stay consistent. If we let Python download the newest versions of the external dependencies, gsync breaks.
  2. Issue Credentials not stored after typing the received code #108: the credentials are not stored after providing the verification link from Google and gsync keeps asking for them; the Drive class is modified to fix it.

I enforce google-api-python-client to be lower than v1.5.0, because
otherwise it is necessary to increase the minimum version of httplib2
to v0.9.1.
It is not possible to use versions equal or greater than v4.0.0 because
the subpackage oauth2client.util was removed.
This needs to be done because google-api-python-client is incompatible
with any version of httplib2 greater than 0.15.0.
@molinav
Copy link
Author

molinav commented Mar 16, 2024

I am closing the pull request since the project does not seem to be active anymore.

@molinav molinav closed this Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant